Utility.getCurrentFullContextualUrlPath Method
Given a URL, returns a full URL string based on the current URL. For example, given 'dashboard/{id}', 'http:test.com:20/vdir/dashboard/{id}' may be returned.
Parameters
- url
-
Type: String
The URL to convert to a contextual URL.
Return Value
Type: String
The context full address URL.